Welcome![Sign In][Sign Up]
Location:
Search - Windows Graphics Programming

Search list

[Windows Develop车子

Description: 实验目的 通过对第四章的学习,已对windows的图形设备接口的基本概念以及设备环境的获取有了一定的了解 教材中的例题也向我们展示了windows窗口的基本设计以及利用常用绘图函数绘图的一些效果。为此,在配套习题解析与编程实例一书中例【4-6】的启发下,我们组编写了一小车沿路行驶然后撞上一块预定挡板程序,以加深对windows的图形设备接口及windows绘图的理解并进一步应用 -experimental purposes of Chapter IV of the study, has windows on the graphics device interface and the basic concepts of environmental equipment there to acquire certain understanding of the materials are examples to show us a window of windows basic design and the use of commonly used graphics function mapping some results. To this end, the matching exercises analytical and programming examples of a book cases 4-6 -- inspired, we prepared a one car traveling on the road before hitting a baffle procedures intended to enhance the windows graphics device interface and graphics windows to further the understanding and application
Platform: | Size: 27499 | Author: 小钟 | Hits:

[Other resourceWindowstuxing

Description: windows图形编程,从事2D图形开发的好-windows graphical programming, 2D graphics engaged in the development of the good stu
Platform: | Size: 2548986 | Author: hupc | Hits:

[OpenGL programOpenGL超级宝典各章源代码01-19

Description: 《OpenGL超级宝典(第二版)》 在本书中,通常每章介绍一个方面的编程主题,并在同一章中给出与此编程主题相关的大量函数及函数说明。另外,许多函数还提供了实用的示例,使读者可以直接在自己的程序中借鉴参考。 本书内容丰富而全面、结构清晰、层次分明,适用于使用OpenGL编程的各个层次的程序员。 本书是有关OpenGL的参考书,它的内容完整而全面,专为使用OpenGL的新版本进行编程的Windows程序员而写。本书适用于希望掌握OpenGL并提高其图形编程的程序员,既可以作为参考书,也可以作为学习教程。-"Both Super OpenGL (2nd Edition)" in the book, usually one each devoted to the theme programming, and in the same chapter, and this program is relevant to the subject of a large number of functions and function note. In addition, many functions also provide practical examples, so readers can directly in their own procedures builds. The book is rich in content and comprehensive, clear, structured and applicable to the use of OpenGL programming at all levels of programmers. The book is a reference book on OpenGL, and its content is complete and comprehensive and is designed for use OpenGL Programming for the new version of Windows programmers writing. The book apply to the master and improve OpenGL graphics programming programmers, as a reference book can also be used as learning g
Platform: | Size: 9188058 | Author: 罗衫 | Hits:

[Develop ToolsWindows API 参考大全

Description: 作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。 本书是从事Windows应用程序开发的软件工程师的必备参考手册。 -32 as a Microsoft platform application programming interface, Win32 API is engaged in the development of Windows applications are essential. The book begins on the Win32 API function to do a complete overview; Then function contains five main categories : window management, graphics device interface, system services, international character and network services; In the appendix to the book, to explain how the Visual Basic and Delphi to their call. The book is engaging in Windows application development software engineers must reference manual.
Platform: | Size: 678486 | Author: 唐壮 | Hits:

[GUI Developcsharpshili

Description: Visual C#案例集锦 第一章C# Windows编程基础 实例1 循环语言的学习-砝码程序验证 实例2 随机数的案例-洗牌程序 实例3 通过实例来剖析C#继承机制 实例4 递归与全局变量的案例1-打靶程序 实例5 递归与全局变量的案例2-二叉树 实例6 引用类型的举例---消去字符串空格 实例7 委托的使用方法实例---加减大小比较 实例8 用C#索引器实现文本文件的倒叙输入 实例9 C#文本文件操作实例---杨辉三角形写入读出 第二章 图形图像处理 实例1 一个简易的绘图程序 实例2 电子石英钟显示 实例3 用C#制作字幕显示屏幕保护 实例4 移动的按钮 实例5 抓图软件的实现 第三章 多媒体应用 实例1 WinForm中播放音频与Flash动画 实例2 模拟贪食蛇游戏 实例3 人民币大写转换案例 实例4 模拟俄罗斯方块游戏 实例5 模拟联五子游戏 第四章 系统文件处理 实例1 文件资源管理器 实例2 模拟IE浏览器 实例3 一个具有查找打印功能的文本编译器-Visual C# case highlights the first chapter C# Windows based programming language example of a cycle learning-weight certification procedure two random examples of cases - shuffling through three examples of procedures to analyze examples of C# is the succession mechanism four cases with the global variable recursive case 1-5 shooting recursive procedure examples of global variables and the case of 2-6 cited examples Binary Tree with the type of strings, for example -- to eliminate seven spaces commissioned by the examples use examples -- examples of relatively small Modified 8 C# Index for the realization of a text file input examples Flashback 9 C# examples text file manipulation -- Yang Hui into triangles read Chapter II graphics processing an example of a simple drawing program tw
Platform: | Size: 3832786 | Author: 史进 | Hits:

[Button controlhuitu805

Description: 关于VC和windows 的绘图机制: 使用GDI(图形设备接口)对象,通常使用CDC 类,CPaintDC也一样(device-context)设备上下文 windows下的MFC编程机制,消息驱动,事件等待! 全局的app(应用程序对象) 注意 手工分配内存的清除 和CDC对象的删除 以释放系统的GDI资源 每一个new操作符都要对应一个delete 虽然已经弄出来了,还是希望大家好好读读源程序-on VC and windows graphics mechanism : the use of GDI (Graphics Device Interface) objects. CDC usually use category, CPaintDC same (device-context) equipment under the context windows the MFC programming mechanism, message-driven, pending! Overall app (application programming object) to manually allocate memory CDC and the removal of the deleted object to the release of the system GDI resources every one new operator must delete a corresponding Although he has made, we still hope that a good reading source
Platform: | Size: 371382 | Author: adnsid | Hits:

[GDI-BitmapGUIProg

Description: 此原码为windows编程之经典入门代码,适合于刚开始学习图形编程者-this code of the original program's windows classic portal code, suitable for the beginning of the study were Graphics Programming
Platform: | Size: 5498 | Author: 江居士 | Hits:

[Other resourcePracticalWPFGraphicsProgramming

Description: Welcome to Practical WPF Graphics Programming. This book will provide all the tools you need to develop professional graphics applications using the Windows Presentation Foundation (WPF) and C# based on the .NET framework. I hope this book would be useful for WPF and C# programmers of all skill levels.
Platform: | Size: 3478337 | Author: 邵云鹏 | Hits:

[Other resourceWindows程式设计

Description: 如果对Windows开发有什么问题的话,请翻阅PetZold的著作吧。在《Window程序设计》(第5版)中,这位杰出的“Windows先锋奖”(Windows Pioneer Award)获得者根据最新的Windows操作系统权威技术修订了他的经典著作——再一次演示了基本的Win32程序设计的API核心内容。本书的内容包括: ** 基本内容——输入、输出和对话框 ** Unicode概述 ** 图形——绘图、文本和字体、位图和元文件 ** 内核和打印机 ** 声音和音乐 ** 动态链接库 ** 多任务和多线程 ** 多文档界面 ** Internet和 Intranet的程序设计 其中采用的大多是具有代表性的示例,这本Petzold著作为使用 Windows 95、Windows 98或 Windows NT的各级windows程序员提供了最基本的参考和指导。没有经验的开发人员也可以从中获取大量的新知识-on Windows development if any questions, please refer to the writings PetZold it. In "Window Design" (Release 5), this outstanding "Windows Pioneer Award" (Windows Pioneer Award) winner According to the latest Windows operating system technical amendments to the authority of his classics -- once again demonstrated the basic Win32 API programming core content. The book's contents include : ** basic elements -- input, output and dialog outlined ** ** Unicode graphics -- graphics, text and fonts, bitmaps and metafiles kernel and printers ** ** ** voices and music dynamic link library ** multi - Treasury and multi-threaded multi-document interface ** ** Internet and Intranet program design which is the most representative example of this Petzold book for the use of Wind
Platform: | Size: 2983119 | Author: 刘建国 | Hits:

[OpenGL programOpenGL程序

Description: 992年7月,SGI公司首次发布了作为三维图形编程接口的OpenGL。目前它已成为国际上通用的开放式三维图形标准。它被集成到Unix、Windows NT 4.0、Windows 98等窗口系统中。各种游戏加速卡、专用加速部件都能不同程度地提高OpenGL程序的运行性能。OpenGL是一个图形硬件的软件接口(\"GL\"即Graphics Library)。图形程序员可以利用它提供的接口函数设计高品质的三维彩色图像所需的对象和操作。-992, in July, SGI has announced the first as three-dimensional graphics programming interface OpenGL. Currently, it has become common on the open 3D graphics standard. It was integrated into the Unix, Windows NT 4.0, Windows 98, such as window systems. Games Accelerator, dedicated components can speed up the different levels to improve the functioning of OpenGL performance. OpenGL graphics hardware is a software interface ( "GL" that the Graphics Library). Graphics programmer can use it for the interface design function of high-quality three-dimensional color images of objects and operations.
Platform: | Size: 48361 | Author: 和平鸽 | Hits:

[Other resourceMPAINBRUSH

Description: 模拟windows绘图功能,绘图编程入门之经典程序-simulation windows graphics, graphics programming domain procedures classic
Platform: | Size: 18458 | Author: 陈杨军 | Hits:

[Windows DevelopWindows_txbc

Description: windows图形编程随书源码,下载后,解压安装即可。-windows graphics programming with the book source code, download, decompression can be installed.
Platform: | Size: 15025152 | Author: | Hits:

[GDI-Bitmapwindow_GDI

Description: windows图形编程,本书对windows图形编程专门做了详细的讲解,是学习GDI不可多得的一本参考书。-windows graphics programming, windows graphics programming book specifically to do in detail, is a reference book learning GDI rare。
Platform: | Size: 46730240 | Author: zhangxing | Hits:

[GDI-Bitmapdraw2

Description: windows图形编程,实现了圆、直线段、多边形、填充多边形、种子填充、Bezier曲线、立方体,可以选择颜色、视点,进行视图平移、缩放、消隐、渲染。-windows graphics programming, a circle, a straight line segment, polygon, filled polygons, seed filling, Bezier curves, cubes, you can choose the color, viewpoint, view panning, zooming, blanking, rendering.
Platform: | Size: 134144 | Author: yhuib | Hits:

[OS programtexiao

Description: Windows图像编程之——位图显示特效合集,封装了一些常用的位图特效显示函数:图像交错显示特效、百叶窗特效、随机积木显示效果、飞入伸展效果等,代码清晰可读,对学习VC++编程有积极参考意义。-Windows Graphics Programming- bitmap effects collection encapsulates some of the commonly used bitmap effects function: picture interlaced display special effects, the shutters effects, random building blocks display, fly into the stretch effect, legible code, learning VC++ Programming a positive reference.
Platform: | Size: 2382848 | Author: 朱美玲 | Hits:

[Software EngineeringMFC

Description: 基于 MFC的绘图板程序 MFC是一个巨大的应用程序类库,而整个MFC以一个CObject类为基类,其他所有的类全部继承于它。给我们开发程序带来了方便的条件。 本程序用到了GDI(图形设备接口)来进行windows图形编程,充分利用了设备无关位图和面向对象的编程思想。本程序可以使用户完成多种功能,比如:从工具栏选择颜色,更改绘图的线条的粗细,各式各样的绘图工具,选择不同工具时鼠标光标的变化,从外界引入位图。最后还可以对任意位图进行修改,并且运用双缓冲的技术使用户在绘图过程中不会感到屏幕闪烁而眼睛不会疲劳。 -MFC-based program MFC drawing board is a huge application library, and the entire MFC CObject class to a base class, all other classes inherit from it all. We have developed procedures to bring the convenience of conditions. The procedures used by the GDI (Graphics Device Interface) for windows graphics programming, full use of the device-independent bitmap and object-oriented programming ideas. This program allows the user to perform a variety of functions, such as: select a color from the toolbar, change the drawing line thickness, a variety of drawing tools, select different tools of the mouse cursor changes into a bitmap from the outside. Finally, you can modify for any bitmap, and the use of double buffering technology enables users in the drawing process will not feel the screen flashes and the eyes will not fatigue.
Platform: | Size: 3747840 | Author: 狼_图腾 | Hits:

[GUI DevelopWindows-Coding

Description: 包含了Windows编程技术中的许多代码样例,包括基本窗口的创建,图形编程基础、键盘、鼠标编程基础、子窗口控制项、对话框和多线程等。每个知识块都有2-3个程序示范,由浅入深,还有大量的代码注释,方便Windows编程新手的学习-Contains many Windows programming code examples, including the basic window creation, graphics programming, keyboard, mouse programming, child window controls, dialog boxes, and multi-threading. Each block has 2-3 Knowledge program demonstration, Deep, there are a lot of code comments, easy to learn Windows programming novices
Platform: | Size: 5164032 | Author: 丁浩 | Hits:

[Otherfive-point-star

Description: 简易VC++环境下的WINDOWS绘图编程。-Simple VC++ environment WINDOWS graphics programming.
Platform: | Size: 2048 | Author: 鹤望兰 | Hits:

[Windows DevelopLKUD

Description: 一个与系统时间严格一样的手表,可心对C下图形编程有指导!(A the same watch as the system time strictly, can under the C graphics programming guide!)
Platform: | Size: 1024 | Author: UPCVzbzj%21410384 | Hits:

[Windows DevelopModelImporterSample_4_0 (1)

Description: Graphics Programming, importing model sample.
Platform: | Size: 1557504 | Author: AceOfSpades | Hits:
« 1 2 3 45 6 7 8 9 10 ... 14 »

CodeBus www.codebus.net